.ajax__fileuploadex {
    border: none;
    overflow: auto;
    margin-bottom: 4px;
}

.ajax__fileuploadex_selectFileContainer {
    height: 34px;
    line-height: 34px;
}

.ajax__fileuploadex_selectFileButton {
    border: 1px solid #b1b1b1;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #efefef;
    color: #666666;
    min-width: 30px;
}

.ajax__fileuploadex_selectFileButton:hover {
    background-color: #000000;
    color: #ffffff;
}

.ajax__fileuploadex_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileuploadex_ProgressBarHolder 
{
    margin-right: 110px;
    _margin-right: 0;
}

.ajax__fileuploadex_uploadbutton {
    border: 1px solid #b1b1b1;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #efefef;
    color: #666666;
    cursor: pointer;
    text-align:center;
    width: 120px;
    float:right;
}

.ajax_fileuploadex_cancelbutton {
    border: 1px solid #b1b1b1;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #efefef;
    color: #666666;
    cursor: pointer;
    text-align:center;
    width: 120px;
    float:right;
}

.ajax__fileuploadex_dropzone {
    border: 1px solid #D3D3D3;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 25px; 
    text-align:center;
    _text-align:left; /* IE Only */
    margin-bottom:2px;
    display:none;
}

.ajax__fileuploadex_queueContainer 
{
    margin-top:2px; 
    padding: 4px 0px 4px 4px;
}

.ajax__fileuploadex_progressBar {
    padding-left:4px; 
    background-color: #CCFFCC; 
}

.ajax__fileuploadex_footer {
    margin-top: 2px;
    clear: both;
}

.ajax__fileuploadex_fileItemInfo {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-top: 4px;
    margin-bottom: 2px;
}

.ajax__fileuploadex_fileItemInfo .filename {
    font-weight: bold;
}

.ajax__fileuploadex_fileItemInfo .uploadstatus {
    font-style: italic;
}

.ajax__fileuploadex_fileItemInfo .removeButton {
    border: 1px solid #b1b1b1;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #efefef;
    color: #666666;
    cursor: pointer;
    text-align:center;
    width: 120px;
    float:right;
}

.ajax__fileuploadex_fileItemInfo .uploadedState {
    color: #060;
    background-color: #fff;
    width: auto;
    height: auto;
}

.ajax__fileuploadex_fileItemInfo .uploadingState {
    color: #FF9900;
    background-color: #fff;
    width: auto;
    height: auto;
}

.ajax__fileuploadex_fileItemInfo .pendingState {
    color: #009;
    background-color: #fff;
    width: auto;
    height: auto;
}

.ajax__fileuploadex_fileItemInfo .errorState {
    color: #ffffff;
    background-color: #ff0000;
    width: auto;
    height: auto;
}

.ajax__fileuploadex_fileItemInfo .cancelledState {
    color: #900;
    background-color: #fff;
    width: auto;
    height: auto;
}

/*Check*/
.ajax__fileuploadex_selectFileContainer {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 120px;
    /*float: left;*/
}

.ajax__fileuploadex_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 50px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ajax__fileuploadex_fileItemInfo 
{
    position: relative;
    z-index: 0;
}
.ajax__fileuploadex_fileItemInfo div
{
    display: inline-block;
}
.ajax__fileuploadex_fileItemInfo div.removeButton 
{
    
}